home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / fdmsrrc.igz / fdmsrrc.img / LIB / Ndis / ELPC575.CAB / elpc575.ini < prev    next >
Text File  |  2002-05-10  |  3KB  |  78 lines

  1. DriverName = "ELPC575$"
  2. ;
  3. ; %VER 3Com Megahertz 10/100 LAN CardBus PC Card PROTOCOL.INI v1.3
  4. ;
  5. ; below are examples and explanations of some of the keywords supported by
  6. ; the NDIS 2.01 driver.  most of the lines are simply comments.  the
  7. ; marked with "-->" are lines that can be edited (removing the ";-->" and
  8. ; lines replacing it with spaces, and modifying the right hand side as
  9. ; appropriate.
  10. ;
  11. ;--> IOADDRESS = 0x3800
  12. ;    adapter base address (optional)
  13. ;    If parameter not present in protocol.ini, driver uses the value
  14. ;    saved from running Diagnostic/Configuration program.
  15. ;    This parameter is only used to specify a single adapter in a multi-
  16. ;    adapter configuration. Must match value set by Diagnostic/Config.
  17. ;    Use 0x400 - 0xFF00 in steps of 0x100
  18. ;
  19. ;--> INTERRUPT = 0xA
  20. ;    interrupt channel number (optional)
  21. ;    Use 3,5,7,9,0xA,0xB,0xC,0xF
  22. ;
  23. ;
  24. ;--> MAXTRANSMITS=40
  25. ;
  26. ; MAXTRANSMITS=n, n=6..50, specifies the number of transmits which can be
  27. ; queued up by the driver when the TxFIFO is full or the adapter is otherwise
  28. ; busy.  When we run out of queue entries, an OUT_OF_RESOURCES error will be
  29. ; returned to the protocol on a transmit attempt.  Most protocols will handle
  30. ; running out of resources will little performance degradation.  However,
  31. ; some implementations will drop packets and consequently lower performance
  32. ; if OUT_OF_RESOURCES is returned too often.  The default value is 6, which
  33. ; should be sufficient for most cases, and is adequate for window sizes up to
  34. ; about 6 or so.  On a heavily loaded server with a lot of active connections,
  35. ; you may want to increase this number since with large windows on multiple
  36. ; active connections you may need a bigger transmit queue to handle them all.
  37. ; Each queue entry takes about 128 bytes of memory, so increasing this number
  38. ; will increase the resident size of the driver.
  39. ;
  40. ;--> NETADDRESS="006097123456"
  41. ;
  42. ; NETADDRESS allows the user to configure the network address of the adapter,
  43. ; rather than using the one in EEProm.    If not specified the address on the
  44. ; adapter will be used.  If specified, the right hand side must be exactly
  45. ; 12 hex ASCII characters which will be converted to the network address.
  46. ; The only restrictions we impose is that the address not have the multicast
  47. ; bit set (an odd number in the second digit) and the network address have
  48. ; bit one of the most significant byte of the address set.  This bit
  49. ; signifies a locally administered address.
  50. ;
  51. ;--> MEMADDRESS=0xD800
  52. ; MEMADDRESS is the adapter memory base address (optional)
  53. ; If the parameter is not specified in protocol.ini, driver searches for
  54. ; available memory block. Use 0xC000 - 0xE800 in steps of 0x100
  55. ;
  56. ;--> DISABLEPOLARITY=1
  57. ;
  58. ; DISABLEPOLARITY allows the user to disable auto-polarity function in PHY
  59. ; chip for some switches with polarity incompatibility problem in 10Mbps mode.
  60. ; This option is not applied to 3CCFE575CT and later products.
  61. ;
  62. ;--> FORCESPEED=0
  63. ;
  64. ; PXEBIOS keyword needs to be set to 1 if system has a PXE-compliance BIOS.
  65. ;
  66. ;--> PXEBIOS=0
  67. ;
  68. ; FORCESPEED allows the user to force card in 10M, 100M, Half/Full duplex
  69. ; or auto mode. This option is only applied to 3CCFE575CT and later products.
  70. ; Valid values are:
  71. ;    100 = 100Mbps/Half-duplex mode
  72. ;    10  = 10Mbps/Half-duplex mode
  73. ;    200 = 100Mbps/Full-duplex mode
  74. ;    20  = 10Mbps/Full-duplex mode
  75. ;    0   = AutoSense speed mode
  76. ;    No keyword = AutoSense speed mode
  77. ;
  78.